home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Calculator = {
- ACTIONS = {
- "calculate:" = "calculate:";
- "closeInfo:" = "closeInfo:";
- "findRate:" = "findRate:";
- "findValue:" = "findValue:";
- "getDefaults:" = "getDefaults:";
- "rates:" = "rates:";
- "setCanada:" = "setCanada:";
- "setUSA:" = "setUSA:";
- };
- OUTLETS = {
- Info = Info;
- MoreInfo = MoreInfo;
- anotherCurrency = anotherCurrency;
- britainrate = britainrate;
- canadarate = canadarate;
- findRateOutput = findRateOutput;
- findValueOutput = findValueOutput;
- firstCurrency = firstCurrency;
- francerate = francerate;
- germanyrate = germanyrate;
- greecerate = greecerate;
- inputForm = inputForm;
- italyrate = italyrate;
- japanrate = japanrate;
- mexicorate = mexicorate;
- otherrate = otherrate;
- outputForm = outputForm;
- switzerlandrate = switzerlandrate;
- valueRate = valueRate;
- youHave = youHave;
- };
- SUPERCLASS = Object;
- };
-